home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p17-20 / 00387_Script_387 < prev    next >
Text File  |  1994-06-21  |  396b  |  23 lines

  1. -- P19S7 init
  2. on exitFrame
  3.   global Step, NumFrames
  4.   set Step = 7
  5.   set NumFrames = 11
  6.   
  7.   -- allow timed annotations!
  8.   initAnnotations(30,2)
  9.   setAppearTime(1,1*60)
  10.   setAppearTime(2,2*60)
  11.   
  12.   global theGauge
  13.   mSetLevel(theGauge, Step)
  14.   
  15.   global LastQT
  16.   set LastQT = "P19S07"
  17.   cursor 4
  18.   preLoadCast the number of cast LastQT  
  19.   
  20.   setUpFastFwd()
  21.   cursor -1
  22. end
  23.